projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2357ec1
)
(Fdisplay_supports_face_attributes_p): Initialize
author
Andreas Schwab
<schwab@suse.de>
Sun, 19 Nov 2006 01:25:02 +0000
(
01:25
+0000)
committer
Andreas Schwab
<schwab@suse.de>
Sun, 19 Nov 2006 01:25:02 +0000
(
01:25
+0000)
supports.
src/xfaces.c
patch
|
blob
|
history
diff --git
a/src/xfaces.c
b/src/xfaces.c
index c408a7d368541f4723bd441b649e68604fe32ec2..bd08871f278982aadb95760c2016edc66686dbd5 100644
(file)
--- a/
src/xfaces.c
+++ b/
src/xfaces.c
@@
-6178,7
+6178,7
@@
face for italic. */)
(attributes, display)
Lisp_Object attributes, display;
{
- int supports, i;
+ int supports
= 0
, i;
Lisp_Object frame;
struct frame *f;
struct face *def_face;